summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-04-17 11:41:00 -0700
committerDave Beckett <dave@dajobe.org>2010-04-17 11:41:00 -0700
commite79a14607be3a378a24e9d7b8731c99f2973d543 (patch)
treee49a173f38cc0131d11b59f4c3bd14884e96060a /utils
parentdad0566ef288e6330abf7144b6d644dbd6c11341 (diff)
downloadraptor-e79a14607be3a378a24e9d7b8731c99f2973d543.tar.gz
Remove long deprecated -n flag to set syntax to ntriples
Diffstat (limited to 'utils')
-rw-r--r--utils/rapper.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/utils/rapper.c b/utils/rapper.c
index fb0db1a9..5f4b367d 100644
--- a/utils/rapper.c
+++ b/utils/rapper.c
@@ -179,7 +179,7 @@ relay_namespaces(void* user_data, raptor_namespace *nspace)
#endif
-#define GETOPT_STRING "nsaf:ghrqo:O:wecm:i:I:vt"
+#define GETOPT_STRING "saf:ghrqo:O:wecm:i:I:vt"
#ifdef HAVE_GETOPT_LONG
#define SHOW_NAMESPACES_FLAG 0x100
@@ -196,7 +196,6 @@ static const struct option long_options[] =
{"input", 1, 0, 'i'},
{"input-uri", 1, 0, 'I'},
{"mode", 1, 0, 'm'},
- {"ntriples", 0, 0, 'n'},
{"output", 1, 0, 'o'},
{"output-uri", 1, 0, 'O'},
{"quiet", 0, 0, 'q'},
@@ -515,10 +514,6 @@ main(int argc, char *argv[])
help = 1;
break;
- case 'n':
- syntax_name="ntriples";
- break;
-
case 's':
scanning = 1;
break;