summaryrefslogtreecommitdiff
path: root/recordmydesktop/src
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src')
-rw-r--r--recordmydesktop/src/rmd_parseargs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmd_parseargs.c b/recordmydesktop/src/rmd_parseargs.c
index 384ef37..58b0dd8 100644
--- a/recordmydesktop/src/rmd_parseargs.c
+++ b/recordmydesktop/src/rmd_parseargs.c
@@ -64,8 +64,7 @@
static void rmdPrintAndExit(poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data);
static boolean rmdValidateArguments(const ProgArgs *args);
-// Note: print-config only shown in Generic, in man tis also shown in
-// Misc (less complciate code that way)
+
boolean rmdParseArgs(int argc, char **argv, ProgArgs *arg_return) {
poptContext popt_context = NULL;
boolean no_cursor = FALSE;
© All Rights Reserved