summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-04-15 14:34:53 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-04-15 14:34:53 (GMT)
commit5f89bdd315f29b4a58612b39d30ca2c32c136b36 (patch)
tree28a8fa2edb817c9406301a875103a419b2e5447a /src/options.c
parent9fdfadf40d3be2f98376556622486c79dfdb809a (diff)
time boundary calculations added
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 3595866..e30e149 100644
--- a/src/options.c
+++ b/src/options.c
@@ -288,7 +288,7 @@ void options_print_usage()
printf(" [-s|--source] <description> a gstreamer pipeline-style description which will be used\n");
printf(" as data source, see gst-launch man-page for syntax\n");
printf(" [-d|--output-dir] <path> path to the output directory\n");
- printf(" [-f|--name-format] <format> the file name format, see manpage of date for the syntax\n");
+ printf(" [-f|--name-format] <format> the file name format, see manpage of strftime for the syntax\n");
printf(" [-i|--interval] <value> interval for time checks in ms\n");
printf(" [-o|--offset] <value> time offset for recordings in ms\n");
}