diff options
Diffstat (limited to 'stdu.c')
-rw-r--r-- | stdu.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ int main (int argc, char* argv[]) { char* err_msg = (char*) res.result; fprintf( stderr, - "Error parsing command line: %s\n", + "Error parsing command line: %s.\nTry `stdu --help` for more info.\n", err_msg ); return 1; @@ -34,7 +34,7 @@ Print amount of data piped to stdin.\n\ --help | -?: print this help message\n\ --human-readable | -h: output in a human readable format\n\ --multiline | -m: output with line breaks\n\ ---precision n | -p n | -pn: output with n significant digits\n " +--precision n | -p n | -pn: output with n significant digits\n" ); return 0; } |