opts->mode = LS_MODE_SHORT;
else if (!strcmp(val, "v") || !strcmp(val, "verbose"))
opts->mode = LS_MODE_VERBOSE;
- else if (!strcmp(val, "m") || !strcmp(val, "mbox"))
+ else if (!strcmp(val, "m") || !strcmp(val, "mbox")) {
+ send_sb_va(&cc->scc, SBD_WARNING_LOG,
+ "Warning: mbox listing mode is deprecated\n");
opts->mode = LS_MODE_MBOX;
- else if (!strcmp(val, "c") || !strcmp(val, "chunk-table"))
+ } else if (!strcmp(val, "c") || !strcmp(val, "chunk-table")) {
+ send_sb_va(&cc->scc, SBD_WARNING_LOG,
+ "Warning: chunk table listing mode is deprecated\n");
opts->mode = LS_MODE_CHUNKS;
- else if (!strcmp(val, "p") || !strcmp(val, "parser-friendly"))
+ } else if (!strcmp(val, "p") || !strcmp(val, "parser-friendly"))
opts->mode = LS_MODE_PARSER;
else {
ret = -ERRNO_TO_PARA_ERROR(EINVAL);
a length field.
mbox (m). Generate output suitable to be viewed with a mail
- program. One "mail" per matching audio file.
-
- chunk-table (c). Print path (or basename, depending on whether -p is
- also given), chunk time and chunk offsets.
+ program. One "mail" per matching audio file. This listing mode is
+ deprecated and will be removed after paraslash-0.8.0 has been released.
+ chunk-table (c). Print path (or basename, depending on whether -p
+ is also given), chunk time and chunk offsets. This listing mode is
+ deprecated and will be removed after paraslash-0.8.0 has been released.
[/help]
[option limit]
short_opt = L