From dca462f62db02470ac872fe3ae86d0524934eb1d Mon Sep 17 00:00:00 2001 From: Louis-Guillaume Gagnon Date: Fri, 30 Aug 2013 14:35:45 -0400 Subject: [PATCH] remove now inacurate README --- README | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 2ad90e8..0000000 --- a/README +++ /dev/null @@ -1,38 +0,0 @@ -usage: cdata [operation] [id] -operations: - cdata add - cdata bookmark [options] [id] - cdata citation [options] - cdata {help,-h,--help} [operation] - cdata modify [options] - cdata remove [options] - cdata search [options] [filters] [id] - cdata view [options] - cdata {version,-v,--version} - -usage: cdata add -filters: - -f - -t - -a <author1 [author2] ...> - -k <keyword1 [keyword2] ...> - -j <journal> - -v <volume> - -i <issue> - -d <date> - -p <page-from> <page-to> - -usage: cdata search [filters] [id] -filters: - -f <file> - -t <title> - -a <author1 [author2] ...> - -k <keyword1 [keyword2] ...> - -j <journal> - -v <volume> - -i <issue> - -d <date-from> <date-to> - -p <page-from> <page-to> - -b : bookmarks -if no filters specified, specify <id> or nothing (everything will be printed) -view not yet implemented -- 2.11.4.GIT