From caae817cd1e9223f0a18cc3f6a815c4ac4682b38 Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Thu, 19 Aug 2004 13:25:16 +0000
Subject: [PATCH] switch places

---
 asn1c/asn1c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asn1c/asn1c.c b/asn1c/asn1c.c
index c8a58272..4c8d599f 100644
--- a/asn1c/asn1c.c
+++ b/asn1c/asn1c.c
@@ -264,9 +264,9 @@ usage(char *av0) {
 	"\t-L\tGenerate \"-- #line\" comments in -E output\n"
 	"\n"
 	"\t-P      \tConcatenate and print the compiled text\n"
+	"\t-R      \tRestrict output (tables only, no support code)\n"
 	"\t-S <dir>\tDirectory with support (skeleton?) files\n"
 	"\t        \t(Default is \"%s\")\n"
-	"\t-R      \tRestrict output (tables only, no support code)\n"
 	"\n"
 	"\t-t <data>\tDecode the given tag[/length] sequence\n"
 	"\n"
-- 
GitLab