Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message of -n option is wrong #94

Closed
greymd opened this issue Jul 31, 2018 · 1 comment
Closed

Error message of -n option is wrong #94

greymd opened this issue Jul 31, 2018 · 1 comment

Comments

@greymd
Copy link
Owner

greymd commented Jul 31, 2018

xargs error message is shown instead of xpanes.

$ xpanes -naaa hoge fuga
xargs: invalid number for -n option
Usage: xargs [OPTION]... COMMAND [INITIAL-ARGS]...
Run COMMAND with arguments INITIAL-ARGS and more arguments read from input.

Mandatory and optional arguments to long options are also
mandatory or optional for the corresponding short option.
  -0, --null                   items are separated by a null, not whitespace;
                                 disables quote and backslash processing and
                                 logical EOF processing
  -a, --arg-file=FILE          read arguments from FILE, not standard input
  -d, --delimiter=CHARACTER    items in input stream are separated by CHARACTER,
                                 not by whitespace; disables quote and backslash
                                 processing and logical EOF processing
  -E END                       set logical EOF string; if END occurs as a line
                                 of input, the rest of the input is ignored
 ...
@greymd greymd mentioned this issue Aug 1, 2018
@greymd
Copy link
Owner Author

greymd commented Aug 2, 2018

Fixed at v3.1.0

@greymd greymd closed this as completed Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant