diff options
Diffstat (limited to 'miscutils/adjtimex.c')
-rw-r--r-- | miscutils/adjtimex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 1e6d15fa7..b11807d75 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c | |||
@@ -56,7 +56,7 @@ int adjtimex_main(int argc, char **argv) | |||
56 | const char *descript; | 56 | const char *descript; |
57 | txc.modes=0; | 57 | txc.modes=0; |
58 | 58 | ||
59 | opt = getopt32(argc, argv, "qo:f:p:t:", | 59 | opt = getopt32(argv, "qo:f:p:t:", |
60 | &opt_o, &opt_f, &opt_p, &opt_t); | 60 | &opt_o, &opt_f, &opt_p, &opt_t); |
61 | //if (opt & 0x1) // -q | 61 | //if (opt & 0x1) // -q |
62 | if (opt & 0x2) { // -o | 62 | if (opt & 0x2) { // -o |