mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Drop the old, unused fish manual page
darcs-hash:20061122185443-ac50b-aa46cf36aa38990ba49b4e08f7ce7a5c68abfdf3.gz
This commit is contained in:
parent
88f15a6804
commit
338d32a7c6
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
.TH fish 1 "February 25, 2005" "version @PACKAGE_VERSION@" "USER COMMANDS"
|
|
||||||
.SH NAME
|
|
||||||
fish - friendly interactive shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B fish
|
|
||||||
[\-h] [\-v] [\-c command] [FILE [ARGUMENTS...]]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
A shell written mainly with interactive use in mind. The complete fish manuals are written in HTML format. You can find them by using the
|
|
||||||
.I
|
|
||||||
help
|
|
||||||
command from inside the fish shell.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
\-h
|
|
||||||
display help and exit
|
|
||||||
.TP
|
|
||||||
\-c
|
|
||||||
Evaluate the specified commands instead of reading from the commandline
|
|
||||||
.TP
|
|
||||||
\-i
|
|
||||||
Specify that fish is to run in interactive mode
|
|
||||||
.TP
|
|
||||||
\-v
|
|
||||||
display version and exit
|
|
||||||
.SH AUTHOR
|
|
||||||
Axel Liljencrantz ( @PACKAGE_BUGREPORT@ )
|
|
Loading…
Reference in a new issue