diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-06-25 14:33:07 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-06-25 14:33:07 -0300 |
commit | bf22d04a1d534449f29d2bd1eda638eeb207789c (patch) | |
tree | 45733a2d4dec8e7a9effb62f872182f38e4975fb /docs | |
parent | fixed a test case (diff) | |
download | g-octave-bf22d04a1d534449f29d2bd1eda638eeb207789c.tar.gz g-octave-bf22d04a1d534449f29d2bd1eda638eeb207789c.tar.bz2 g-octave-bf22d04a1d534449f29d2bd1eda638eeb207789c.zip |
small documentation fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/userguide.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst index d90eec4..448d3e6 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -116,11 +116,11 @@ packages: You can get some information about the package using this command: :: - # emerge --info packagename + # g-octave --info packagename or :: - # emerge -i packagename + # g-octave -i packagename Uninstalling packages @@ -128,10 +128,10 @@ Uninstalling packages You can uninstall packages using this command: :: - # emerge --unmerge packagename + # g-octave --unmerge packagename or :: - # emerge -C packagename-version + # g-octave -C packagename-version The options ``--ask`` and ``--verbose`` are also supported. |