From ea5b60c4ef67dbbcae002f8875c37db50f5d3290 Mon Sep 17 00:00:00 2001 From: zjp Date: Sat, 18 Feb 2023 22:29:20 +0800 Subject: [PATCH] =?UTF-8?q?update(cmd::east):=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=95=B0=E9=87=8F=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=206000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rustdx-cmd/src/cmd/east.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustdx-cmd/src/cmd/east.rs b/rustdx-cmd/src/cmd/east.rs index 46c6e63..90012b3 100644 --- a/rustdx-cmd/src/cmd/east.rs +++ b/rustdx-cmd/src/cmd/east.rs @@ -20,8 +20,8 @@ pub struct East { #[argh(option, short = 'i')] pub ignore: Vec, - /// 股票总个数,默认 4800。 - #[argh(option, short = 'n', default = "4800")] + /// 股票总个数,默认 6000。 + #[argh(option, short = 'n', default = "6000")] pub n: u16, /// 以 json 格式显示