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 da12c3aee..575fb525c 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -63,7 +63,7 @@ int uname_main(int argc, char **argv)
63 const unsigned short int *delta; 63 const unsigned short int *delta;
64 char toprint; 64 char toprint;
65 65
66 toprint = bb_getopt_ulflags(argc, argv, options); 66 toprint = getopt32(argc, argv, options);
67 67
68 if (argc != optind) { 68 if (argc != optind) {
69 bb_show_usage(); 69 bb_show_usage();