diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index d3c9f9a17..8174ab6c9 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -1259,7 +1259,7 @@ int od_main(int argc, char **argv) #if ENABLE_GETOPT_LONG applet_long_options = od_longopts; #endif - opt = getopt32(argc, argv, "A:N:abcdfhij:lot:vxsS:" + opt = getopt32(argv, "A:N:abcdfhij:lot:vxsS:" "w::", // -w with optional param // -S was -s and also had optional parameter // but in coreutils 6.3 it was renamed and now has |