Skip to content

Commit 085f4cf

Browse files
added another known issue
1 parent a5b525e commit 085f4cf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,27 @@ $ ch rename -verbose
244244
-e Expression: code to act on files name.
245245
```
246246
247+
* option matching text of another option description
248+
249+
```bash
250+
$ ch sort -V
251+
sort - sort lines of text files
252+
253+
-V
254+
255+
$ # the issue is because another line happened to start with `-V` before the `-V` option definition
256+
$ ch sort version-sort
257+
sort - sort lines of text files
258+
259+
sort according to WORD: general-numeric -g, human-numeric -h, month -M, numeric -n, random -R, version
260+
-V
261+
262+
-V, --version-sort
263+
natural sort of (version) numbers within text
264+
265+
Other options:
266+
```
267+
247268
<br>
248269
## Wish list
249270

0 commit comments

Comments
 (0)