File: commandline.page

package info (click to toggle)
gnome-games 1%3A3.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 71,856 kB
  • sloc: ansic: 94,271; sh: 11,529; python: 5,358; xml: 3,523; makefile: 1,929
file content (40 lines) | stat: -rw-r--r-- 1,782 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline" xml:lang="oc">
  <info>
    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
   <link type="guide" xref="index#advanced"/>
    <credit type="author copyright">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
      <years>2011</years>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>
  </info>

<title>Commandline</title>
<p>To view commandline options for gnome-sudoku:  <cmd>gnome-sudoku --help</cmd></p>
<p>To view the version number of your gnome-sudoku:  <cmd>gnome-sudoku --version</cmd></p>

<section id="debug">
<title>Print debug information</title>
<p>This command may be useful when your are filing a bug and need to post debug information:  <cmd>gnome-sudoku -v</cmd></p>
</section>

<section id="profile">
<title>Profile information</title>
<p>This command is useful if you are filing a bug about slow performance.  It will show the perfomance of different functions that run, and possibly reveal which specific function(s) may be responsible for poor performance. This information attached to a bug could make it easier to fix the problem, but this command is used mostly by programmers.</p>
<p><cmd>gnome-sudoku -p</cmd></p>
<p>When you exit the application, the terminal will show you performance statistics.</p>
</section>

<section id="step">
<title>Step through <app>GNOME Sudoku</app></title>
<p>This command is mostly used by programmers to step through the code:  <cmd>gnome-sudoku -w</cmd></p>
</section>
</page>