diff options
Diffstat (limited to 'src/cat.c')
-rw-r--r-- | src/cat.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -481,13 +481,13 @@ main (int argc, char **argv) int quote = 0; int output_tabs = 1; -/* If non-zero, call cat, otherwise call simple_cat to do the actual work. */ +/* If nonzero, call cat, otherwise call simple_cat to do the actual work. */ int options = 0; - /* If non-zero, display usage information and exit. */ + /* If nonzero, display usage information and exit. */ static int show_help; - /* If non-zero, print the version on standard output then exit. */ + /* If nonzero, print the version on standard output then exit. */ static int show_version; static struct option const long_options[] = |