From: yu.dongliang <18588496441@163.com> Date: Tue, 20 May 2025 04:58:14 +0000 (+0800) Subject: update the usage() X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=6db43f4bdd19cac4a44b72b338fc91bb50206857;p=ses.git update the usage() --- diff --git a/main.c b/main.c index 198706d..9e27fbe 100644 --- a/main.c +++ b/main.c @@ -195,8 +195,8 @@ static void usage() printf("-s: show from the Nth sample\n"); printf("-n: show when every N samples\n"); printf("-I: show the internal circuit graph of IC number\n"); - printf("-V: show the voltage of line numbers, v1 - v2 means the diff voltage between line 1 and line 2.\n"); - printf("-A: show the current of components, i1 means the component with ID 1, i2c means the C pin of NPN or PNP with ID 2.\n"); + printf("-V: save the voltage of lines in 'v.txt', v1 - v2 means the diff voltage between line 1 and line 2.\n"); + printf("-A: save the current of components in 'a.txt', i1 means the component with ID 1, i2c means the C pin of NPN or PNP with ID 2.\n"); printf("src.cpk: electronic model file to simulate\n\n"); }