From e829fe1ca01ea3f8148a88e9a11435ce41d1b7ef Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 11 Nov 2023 13:52:30 -0600 Subject: [PATCH] Remove old TODO block, people can ask if they want more features. --- toys/other/nbd_client.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/toys/other/nbd_client.c b/toys/other/nbd_client.c index caa7da61..636c64ca 100644 --- a/toys/other/nbd_client.c +++ b/toys/other/nbd_client.c @@ -21,16 +21,6 @@ config NBD_CLIENT -s nbd swap support (lock server into memory) */ -/* TODO: - usage: nbd-client [-Sp] [-t SECS] [-N name] HOST PORT DEVICE - - -t timeout in seconds - -S sdp - -p persist - -d DEVICE - -c DEVICE -*/ - #define FOR_nbd_client #include "toys.h" #include -- 2.39.2