aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r--coreutils/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c
index 8f07f1960..e4724c8f1 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -58,7 +58,7 @@ int uname_main(int argc, char **argv)
58 const unsigned short int *delta; 58 const unsigned short int *delta;
59 char toprint; 59 char toprint;
60 60
61 toprint = getopt32(argc, argv, options); 61 toprint = getopt32(argv, options);
62 62
63 if (argc != optind) { 63 if (argc != optind) {
64 bb_show_usage(); 64 bb_show_usage();