Skip to content

Commit 4f4a828

Browse files
rstephanpelwell
authored andcommitted
Removes old -t and -h description.
1 parent e8767db commit 4f4a828

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

vcgencmd/vcgencmd.1

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,16 @@ vcgencmd \- query the VideoCore for information
66
.
77
.SH SYNOPSIS
88
.SY vcgencmd
9-
.OP \-t
109
.IR command \ [ params ]
1110
.YS
1211
.
13-
.SY vcgencmd
14-
.B \-h
15-
.SY vcgencmd
16-
.B \-\-help
17-
.YS
18-
.
1912
.
2013
.SH DESCRIPTION
2114
.B vcgencmd
2215
is a command line utility that can get various pieces of information
2316
from the VideoCore GPU on the Raspberry Pi.
2417
.
2518
.
26-
.SH OPTIONS
27-
.TP
28-
.B \-t
29-
Time how long the command takes to complete
30-
.
31-
.TP
32-
.BR \-h ", " \-\-help
33-
Show this information
34-
.
35-
.
3619
.SH COMMANDS
3720
To get a list of all the commands that
3821
.B vcgencmd

vcgencmd/vcgencmd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ static unsigned gencmd(int file_desc, const char *command, char *result, int res
113113

114114
static void show_usage()
115115
{
116-
puts( "Usage: vcgencmd [-t] command" );
116+
puts( "Usage: vcgencmd command [ params ]" );
117117
puts( "Send a command to the VideoCore and print the result.\n" );
118-
puts( " -h, --help Show this information\n" );
118+
puts( "Without any argument this information is shown.\n" );
119119
puts( "Use the command 'vcgencmd commands' to get a list of available commands\n" );
120120
puts( "Exit status:" );
121121
puts( " 0 command completed successfully" );

0 commit comments

Comments
 (0)