summaryrefslogtreecommitdiff
path: root/utils/w.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/w.c')
-rw-r--r--utils/w.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/w.c b/utils/w.c
index e624ef83..84bb6f6e 100644
--- a/utils/w.c
+++ b/utils/w.c
@@ -401,6 +401,7 @@ main(int argc, char *argv[])
case 'u': show_entries = 0; break;
case 'U': show_uptime = 0; break;
case 'n': raw_hosts = 1; break;
+ case 'w': output_width = arg ? atoi (arg) : 0; break;
case ARGP_KEY_ARG:
break;