Adjust comment obsoleted by previous commit: 4d2a4b0
This commit is contained in:
parent
8feb9053ec
commit
40a7549013
@ -15,8 +15,8 @@ main() {
|
|||||||
# Display all 200 possibilities? (y or n)
|
# Display all 200 possibilities? (y or n)
|
||||||
# sed -rn 's/.* (-[a-zA-Z0-9]).*/\1/gp' < "$tmp"
|
# sed -rn 's/.* (-[a-zA-Z0-9]).*/\1/gp' < "$tmp"
|
||||||
|
|
||||||
# Do not print '=' after long options with arg because it makes completion
|
# Options requiring an argument make that explicit by appending
|
||||||
# for option arguments harder.
|
# the equal sign (=)
|
||||||
sed -rn 's/.* (--[a-zA-Z][-_a-zA-Z0-9]*=?).*/\1/gp' < "$tmp"
|
sed -rn 's/.* (--[a-zA-Z][-_a-zA-Z0-9]*=?).*/\1/gp' < "$tmp"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user