Quellcode durchsuchen

Added some examples to cueprint man page.

master
Svend Sorensen vor 20 Jahren
Ursprung
Commit
01f8d7d553
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. +8
    -0
      man/cueprint.1

+ 8
- 0
man/cueprint.1 Datei anzeigen

@@ -131,6 +131,14 @@ vertial tab
NULL NULL
.SH NOTES .SH NOTES
If no files are specified, stdin is used. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix. If no files are specified, stdin is used. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix.
.SH EXAMPLES
To display disc and track information (using the default template for both), run:
.PP
% cueprint album.cue
.PP
To print the number of tracks in a cue file, run:
.PP
% cueprint -d '%N\en' album.cue
.SH AUTHOR .SH AUTHOR
Svend Sorensen Svend Sorensen
.SH "SEE ALSO" .SH "SEE ALSO"


Laden…
Abbrechen
Speichern