diff --git a/doc/katepart/fundamentals.docbook b/doc/katepart/fundamentals.docbook --- a/doc/katepart/fundamentals.docbook +++ b/doc/katepart/fundamentals.docbook @@ -16,126 +16,6 @@ - -Command Line Options - - -Though &kwrite; may most often be started from the &kde; program menu, or -a desktop icon, it can also be opened at the command line prompt of a -terminal window. There are a few useful options that are available when -doing this. - - -Many other applications that use &katepart; offer similar command line -options. - - -Specify a File - -By specifying the path and name of a particular file the user can -have &kwrite; open (or create) that file immediately upon startup. This -option might look something like the following: - - -% kwrite - - - - - - -Specify a file on the Internet - -The above-mentioned method could even be used to open files on the -Internet (if the user has an active connection at the time.) An example of -this might look like the following: - - -% kwrite - - - - - - - -Other Command Line Options - -The following command line help options are available - - - - -kwrite - -This lists the most basic options available at the command -line. - - - -kwrite - -Lists &kwrite;'s authors in the terminal -window - - - -kwrite -, -Lists version information for the application. - - - -&kwrite; - - -Shows license information. - - - - -kwrite - filename -The base file name of the desktop entry for this application. - - - -kwrite -, encoding -&URL; -Causes &kwrite; to use the specified encoding for the document. - - - - -kwrite -, line -&URL; -Navigate to the specified line after opening the document. - - - - -kwrite -, column -&URL; -Navigate to the specified column after opening the document. - - - - -kwrite -, -Causes &kwrite; to read the document content from STDIN. This -is similar to the common option used in many command line -programs, and allows you to pipe command output into &kwrite;. - - - - - -