Skip to content

Commit

Permalink
fix bug in -p profile instructions (#159)
Browse files Browse the repository at this point in the history
"verdi profile show" is actually one example of a command where
"-p profile" won't do anything (since it shows the default profile
configuration)
  • Loading branch information
ltalirz committed Sep 23, 2019
1 parent 6497723 commit eec6f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/2019_SINTEF/sections/verdi_cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ From now on, all ``verdi`` commands will apply to the ``quicksetup`` profile.
.. note::

To quickly perform a single command on a profile that is not the default, use the ``-p/--profile`` option:
For example, ``verdi -p generic profile show`` will display the configuration of the ``generic`` profile, despite it not being the current default profile.
For example, ``verdi -p generic code list`` will display the codes for the ``generic`` profile, despite it not being the current default profile.


Importing data
Expand Down

0 comments on commit eec6f2d

Please sign in to comment.