diff options
author | Quentin Rameau <quinq@fifth.space> | 2016-01-03 13:01:32 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2016-01-03 14:11:20 +0100 |
commit | eb0ff62120df6a5e87f26ba0b1e86bbaebeccb87 (patch) | |
tree | 9c4908b965ab179892682793bdabf9b223026e3d /tabbed.1 | |
parent | 105855240e8a63f6c02c3b960652ff5e8605e010 (diff) |
Remove h flag, put usage() in the default case
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'tabbed.1')
-rw-r--r-- | tabbed.1 | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,7 +5,6 @@ tabbed \- generic tabbed interface .B tabbed .RB [ \-c ] .RB [ \-d ] -.RB [ \-h ] .RB [ \-s ] .RB [ \-v ] .RB [ \-g @@ -48,9 +47,6 @@ detaches tabbed from the terminal and prints its XID to stdout. fill up tabbed again by spawning the provided command, when the last tab is closed. Mutually exclusive with -c. .TP -.B \-h -will print the usage of tabbed. -.TP .BI \-g " geometry" defines the X11 geometry string, which will fixate the height and width of tabbed. |