From ecc052815598b1b552f677fba7967843ed5bd820 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Tue, 25 Nov 2014 10:41:48 -0200 Subject: [PATCH] Update documentation with h command Signed-off-by: Claudio Matsuoka --- src/info.c | 2 +- src/main.c | 2 +- src/xmp.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/info.c b/src/info.c index 62a3b7b..2358be3 100644 --- a/src/info.c +++ b/src/info.c @@ -24,9 +24,9 @@ void info_help(void) " b, Left Return to previous order\n" " n, Up Advance to next module\n" " p, Down Return to previous module\n" +" h, ? Display available commands\n" " 1 - 0 Mute/unmute channels\n" " ! Unmute all channels\n" -" ? Display available commands\n" " Z Display current sequence\n" " z Toggle subsong explorer mode\n" " l Toggle loop mode\n" diff --git a/src/main.c b/src/main.c index 877bff6..4e21d86 100644 --- a/src/main.c +++ b/src/main.c @@ -279,7 +279,7 @@ int main(int argc, char **argv) opt.format & XMP_FORMAT_MONO ? "mono" : "stereo", opt.dsp & XMP_DSP_LOWPASS ? "" : " (no filter)"); - report("Press h for help\n\n"); + report("Press 'h' for help\n\n"); } if (opt.probeonly) { diff --git a/src/xmp.1 b/src/xmp.1 index bf82365..4d4ec85 100644 --- a/src/xmp.1 +++ b/src/xmp.1 @@ -212,7 +212,7 @@ Pause or unpause module replay\&. Mute/unmute channels 1 to 10\&. .IP "\fB!\fP" Unmute all channels\&. -.IP "\fB?\fP" +.IP "\fBh\fP, \fB?\fP" Display available commands\&. .IP "\fBZ\fP" Display current sequence\&.