Skip to content

Commit

Permalink
Update npush man page with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbaker22 committed Aug 7, 2023
1 parent aee08fd commit 92482f5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/docbook/system/mann/npush.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,22 @@ sph_016/

<refsection xml:id="examples"><title>EXAMPLES</title>

<example><title>Default</title>
<example><title>Push all matrices under a group down to the region level</title>
<para>
<userinput>push sph1</userinput>
<prompt>mged&gt; </prompt><userinput>npush -r group</userinput>
</para>
<para>Push all matrices under given group down to the region level (matrices will sit in group above regions).
</para>
<literallayout>
</literallayout>
</example>

<example><title>Push all matrices under a group down to the solid level</title>
<para>
<prompt>mged&gt; </prompt><userinput>npush -s group</userinput>
</para>
<para>Push all matrices under given group down to the solid level (matrices will sit below regions).
</para>
<literallayout>
</literallayout>
</example>
Expand Down

0 comments on commit 92482f5

Please sign in to comment.