diff options
author | David Robillard <d@drobilla.net> | 2012-04-13 01:10:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-13 01:10:33 +0000 |
commit | 1569255dc339a6e9c3d44720027fb403820dbdb8 (patch) | |
tree | 19d4641638c1a2e2d0825eb02f016a8b0e2f629f /doc/sord_validate.1 | |
parent | 11ac7470a030647b0efc0cb9836b11c6dbd2467a (diff) | |
download | sord-1569255dc339a6e9c3d44720027fb403820dbdb8.tar.gz sord-1569255dc339a6e9c3d44720027fb403820dbdb8.tar.bz2 sord-1569255dc339a6e9c3d44720027fb403820dbdb8.zip |
Use standard command synopsis style.
git-svn-id: http://svn.drobilla.net/sord/trunk@213 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'doc/sord_validate.1')
-rw-r--r-- | doc/sord_validate.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sord_validate.1 b/doc/sord_validate.1 index 071611d..602707f 100644 --- a/doc/sord_validate.1 +++ b/doc/sord_validate.1 @@ -4,7 +4,7 @@ .B sord_validate \- Validate RDF data .SH SYNOPSIS -sord_validate INPUT... +sord_validate [OPTION]... INPUT... This is a simple validator which checks that all used properties are actually defined, and that the domain and range of properties is explicitly correct. |