The -v option doesn't need piped data

modified:   README.md
This commit is contained in:
Brian Barto 2017-01-12 21:27:32 -05:00
parent 1f59129b1a
commit 51fcc56d93
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ ls -l / | nms
ls -l / | nms -a // Set auto-decrypt flag
ls -l / | nms -f green // Set foreground color to green
ls -l / | nms -c // Clear screen
ls -l / | nms -v // Display version
nms -v // Display version
```
#### Command Line Options