From 8a12e590b0e9ac5146954fafb368a6e99b9835a7 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 17 Mar 2019 22:25:20 +0100 Subject: [PATCH] =?UTF-8?q?Fixat=20n=C3=A5gra=20sm=C3=A5fel=20i=20hj=C3=A4?= =?UTF-8?q?lptexten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lagerhantering-komplett.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lagerhantering-komplett.c b/lagerhantering-komplett.c index 024ab39..d094ab8 100644 --- a/lagerhantering-komplett.c +++ b/lagerhantering-komplett.c @@ -335,11 +335,11 @@ int new(struct myData *datap, int numRec) void printUsage(char *arg) { - fprintf(stderr, "Usage: %s [-l] [-s name]" - "[-m name \n" + fprintf(stderr, "Usage: %s [-l] [-s name] " + "[-m name] \n" "[-d name] [-n] [-h]\n\n" "-l = list the articles in the database\n" - "-s name = search for an 'name' in the database\n" + "-s name = search for an article named 'name' in the database\n" "-m name = modify the article named 'name' in the database\n" " You'll then have the choice to change name, quantity " "and price.\n"