diff options
author | tege <tege@gmplib.org> | 2002-02-02 16:32:28 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2002-02-02 16:32:28 +0100 |
commit | e39abac0e8312c162415ae77532e1b3975db343a (patch) | |
tree | 246dafb7f3fba8f90b9ba5f6dac0c7c9a02354ff /demos/pexpr.c | |
parent | c3c5e62d62c2efb5186930650920b8367b59aebf (diff) | |
download | gmp-e39abac0e8312c162415ae77532e1b3975db343a.tar.gz |
Fix a tyop in a comment.
Diffstat (limited to 'demos/pexpr.c')
-rw-r--r-- | demos/pexpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pexpr.c b/demos/pexpr.c index 9adf96aee..f20516505 100644 --- a/demos/pexpr.c +++ b/demos/pexpr.c @@ -30,7 +30,7 @@ Place - Suite 330, Boston, MA 02111-1307, USA. */ -o print output in octal -d print output in decimal (the default) -x print output in hexadecimal - -<NUM> print output in base NUM + -b<NUM> print output in base NUM -t print timing information -html output html -wml output wml |