From e994d501b0a96bf8c6284efd3cbbd7c598c59539 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Fri, 12 Nov 2021 18:22:10 +0000 Subject: [PATCH] Fixed errors in documentation --- tools/qdata | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/qdata b/tools/qdata index b4a439aa..de8dd1d7 100755 --- a/tools/qdata +++ b/tools/qdata @@ -14,8 +14,7 @@ if [ -z "$*" ]; then echo "qdata GET [service] [name] " echo echo "Notes:" - echo "- When requesting a resource, please supply the relative path to a file within the data structure," - echo " or 'default' to indicate a file with no identifier." + echo "- When requesting a resource, please use 'default' to indicate a file with no identifier." echo "- The same applies when specifying the relative path to a file within the data structure; use 'default'" echo " to indicate a single file resource." echo