Collin Funk
255febf98b
printenv: remove unsupported short options from getopt_long
...
This patch only improves some error messages. Here is the behavior
before the patch:
$ printenv -i
Try 'printenv --help' for more information.
$ printenv -u
printenv: option requires an argument -- 'u'
Try 'printenv --help' for more information.
$ printenv -u a
Try 'printenv --help' for more information.
Here is the behavior after:
$ ./src/printenv -i
./src/printenv: invalid option -- 'i'
Try './src/printenv --help' for more information.
$ ./src/printenv -u
./src/printenv: invalid option -- 'u'
Try './src/printenv --help' for more information.
$ ./src/printenv -u a
./src/printenv: invalid option -- 'u'
Try './src/printenv --help' for more information.
* src/printenv.c (main): Remove 'i' and 'u' from the short options given
to getopt_long.
2026-05-26 19:48:52 -07:00
..
2026-01-18 15:55:38 +00:00
2025-11-19 19:23:36 -08:00
2026-04-04 14:55:56 -07:00
2026-05-15 19:00:37 -07:00
2026-04-10 22:44:22 -07:00
2026-01-21 13:51:40 +00:00
2026-02-19 20:39:41 -08:00
2025-12-20 17:25:32 -08:00
2025-12-20 17:25:32 -08:00
2026-03-04 23:34:45 -08:00
2026-01-18 15:55:38 +00:00
2026-03-04 23:34:45 -08:00
2025-12-20 17:25:32 -08:00
2026-05-15 19:19:41 -07:00
2026-05-10 23:42:26 -07:00
2026-05-10 23:42:26 -07:00
2026-05-10 23:42:26 -07:00
2026-02-27 16:18:32 -08:00
2026-05-10 23:42:26 -07:00
2026-02-27 16:18:32 -08:00
2026-04-30 17:59:38 -07:00
2025-12-13 17:18:47 +00:00
2026-04-22 19:12:44 -07:00
2026-01-18 15:55:38 +00:00
2026-01-30 14:12:12 +00:00
2026-01-18 15:55:38 +00:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-21 13:51:40 +00:00
2026-05-10 23:42:26 -07:00
2026-01-21 13:51:58 +00:00
2026-02-19 21:22:17 -08:00
2026-04-29 13:16:21 +01:00
2026-05-09 17:47:47 +01:00
2026-01-01 10:56:16 -08:00
2026-05-10 23:42:26 -07:00
2026-05-10 23:42:26 -07:00
2026-01-21 13:51:40 +00:00
2026-01-01 10:56:16 -08:00
2026-01-21 13:51:40 +00:00
2026-01-01 10:56:16 -08:00
2026-02-28 19:13:42 -08:00
2026-04-25 19:04:12 +01:00
2026-05-10 23:42:26 -07:00
2026-01-28 11:25:36 -08:00
2026-01-21 13:51:40 +00:00
2026-03-10 16:30:52 +00:00
2026-05-15 19:11:37 -07:00
2026-01-01 10:56:16 -08:00
2026-05-10 23:42:26 -07:00
2026-02-04 16:42:26 -08:00
2026-01-01 10:56:16 -08:00
2026-02-19 21:40:44 -08:00
2026-03-10 16:30:52 +00:00
2026-01-18 15:55:38 +00:00
2026-05-10 23:42:26 -07:00
2026-01-18 15:55:38 +00:00
2026-01-01 10:56:16 -08:00
2026-02-27 16:18:32 -08:00
2026-05-25 16:07:05 +01:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-04-25 19:04:12 +01:00
2026-03-04 18:42:48 -08:00
2026-01-01 10:56:16 -08:00
2026-05-18 20:50:48 -07:00
2026-05-18 20:50:48 -07:00
2026-03-10 16:30:52 +00:00
2026-01-21 13:51:40 +00:00
2026-01-18 15:55:38 +00:00
2026-01-21 13:51:40 +00:00
2026-02-19 20:36:47 -08:00
2026-04-06 21:57:07 -07:00
2026-01-21 13:51:40 +00:00
2025-12-20 17:25:32 -08:00
2025-12-20 17:25:32 -08:00
2025-12-20 17:25:32 -08:00
2026-05-10 23:42:26 -07:00
2025-12-20 17:25:32 -08:00
2026-01-01 10:56:16 -08:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-04-11 09:58:13 -07:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-02-19 20:36:40 -08:00
2026-01-21 13:51:40 +00:00
2026-01-24 13:49:03 +00:00
2026-05-10 23:42:26 -07:00
2026-03-25 17:46:37 +00:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-02-19 20:49:40 -08:00
2026-01-21 13:51:40 +00:00
2026-04-28 18:28:25 -07:00
2026-02-06 13:37:58 +00:00
2026-05-26 19:48:52 -07:00
2026-04-25 19:04:12 +01:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-21 13:51:40 +00:00
2026-02-16 10:45:45 +00:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-01-18 15:55:38 +00:00
2026-01-01 10:56:16 -08:00
2026-01-21 13:51:40 +00:00
2026-02-19 20:35:35 -08:00
2026-01-21 13:51:40 +00:00
2026-01-18 15:55:38 +00:00
2026-01-01 10:56:16 -08:00
2026-02-19 20:53:20 -08:00
2026-01-21 13:51:39 +00:00
2026-01-01 10:56:16 -08:00
2025-11-03 13:00:32 +00:00
2026-05-19 18:16:21 -07:00
2026-05-07 23:32:52 -07:00
2026-01-21 13:51:40 +00:00
2026-04-29 13:16:21 +01:00
2026-04-16 22:05:13 +01:00
2026-04-09 21:36:43 +01:00
2026-02-27 16:50:36 -08:00
2026-01-01 10:56:16 -08:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-02-27 16:18:32 -08:00
2026-02-27 16:18:32 -08:00
2026-01-21 13:51:40 +00:00
2026-05-10 23:42:26 -07:00
2026-01-18 15:55:38 +00:00
2026-03-21 15:50:33 -07:00
2026-05-25 16:07:05 +01:00
2026-05-18 20:50:48 -07:00
2026-01-18 15:55:38 +00:00
2025-11-22 12:43:28 +00:00
2026-01-01 10:56:16 -08:00
2026-04-30 14:51:23 +01:00
2026-03-13 20:37:10 -07:00
2026-04-08 22:34:13 -07:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-05-10 23:42:26 -07:00
2026-01-21 13:51:40 +00:00
2026-02-19 20:35:19 -08:00
2025-12-20 17:25:32 -08:00
2025-12-20 17:25:32 -08:00
2026-01-21 13:51:40 +00:00
2025-12-20 17:25:32 -08:00
2026-04-29 13:16:43 +01:00
2026-04-28 11:25:41 -07:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-01-21 13:51:40 +00:00
2026-01-01 10:56:16 -08:00
2026-01-01 10:56:16 -08:00
2026-03-16 12:20:38 -07:00
2026-02-19 21:11:27 -08:00
2026-02-18 20:09:44 -08:00
2026-03-28 12:48:38 -07:00
2026-01-21 13:51:40 +00:00
2026-04-17 16:15:08 +01:00