Commit cc8d9c71 cc8d9c7151e8353ea88426d881d20a6ee201db69 by Sergey Poznyakoff

Fix docstrings for -nowhatnowproc

1 parent 2b6416ef
...@@ -49,7 +49,7 @@ static struct argp_option options[] = { ...@@ -49,7 +49,7 @@ static struct argp_option options[] = {
49 {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0, 49 {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,
50 N_("set the replacement for whatnow program")}, 50 N_("set the replacement for whatnow program")},
51 {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0, 51 {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0,
52 N_("ignore whatnowproc variable. Use standard `whatnow' shell instead.")}, 52 N_("don't run whatnowproc")},
53 {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, 53 {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL,
54 N_("use draft file preserved after the last session") }, 54 N_("use draft file preserved after the last session") },
55 {"nouse", ARG_NOUSE, NULL, OPTION_HIDDEN, ""}, 55 {"nouse", ARG_NOUSE, NULL, OPTION_HIDDEN, ""},
......
...@@ -64,7 +64,7 @@ static struct argp_option options[] = { ...@@ -64,7 +64,7 @@ static struct argp_option options[] = {
64 {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0, 64 {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,
65 N_("set the replacement for whatnow program")}, 65 N_("set the replacement for whatnow program")},
66 {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0, 66 {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0,
67 N_("ignore whatnowproc variable, use standard `whatnow' shell instead")}, 67 N_("don't run whatnowproc")},
68 {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, 68 {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL,
69 N_("use draft file preserved after the last session") }, 69 N_("use draft file preserved after the last session") },
70 {"nouse", ARG_NOUSE, N_("BOOL"), OPTION_HIDDEN, "" }, 70 {"nouse", ARG_NOUSE, N_("BOOL"), OPTION_HIDDEN, "" },
......
...@@ -64,7 +64,7 @@ static struct argp_option options[] = { ...@@ -64,7 +64,7 @@ static struct argp_option options[] = {
64 {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0, 64 {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,
65 N_("set the replacement for whatnow program")}, 65 N_("set the replacement for whatnow program")},
66 {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0, 66 {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0,
67 N_("ignore whatnowproc variable; use standard `whatnow' shell instead")}, 67 N_("don't run whatnowproc")},
68 {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("use draft file preserved after the last session") }, 68 {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("use draft file preserved after the last session") },
69 { 0 } 69 { 0 }
70 }; 70 };
......