From 8512d7420a8e9563eeb22e796f418ebe91cdadab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Aug 2010 20:58:21 +0100 Subject: [PATCH 1/1] where-vessels: more docs and error msg improvements --- yarrg/README.where-vessels | 9 ++++++++- yarrg/where-vessels | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/yarrg/README.where-vessels b/yarrg/README.where-vessels index e52e272..40df2b4 100644 --- a/yarrg/README.where-vessels +++ b/yarrg/README.where-vessels @@ -102,6 +102,12 @@ don't select "These:" then none of the other controls in the "Show" panel have any effect, so touching any of the latter sets the overall filtering style back to "These:". +"Copy island names" makes where-vessels "copy" (as in "copy and +paste") a comma-separated list of the names of the islands at which +selected ships are present. You can then paste this into other tools +(eg, the YARRG website). (Technically, "copy island names" claims the +X Primary Selection.) + "Display/combine details" allows the map display to be decluttered by squashing together differing ships: * "Size round down": selecting a size means that every ship of that @@ -112,7 +118,7 @@ squashing together differing ships: bother writing about your own ships in the notes. "For you" shows the vessel lock status, except that if it's your ship and unlocked it shows just that it's yours (and doesn't show whether it's - unlocked or crew use). + unlocked or crew use). "Lock" shows the lock status only. * Flags: See perlop(1) on the tr/// (aka y///) operator. All characters entered into the boxes are literal; ranges etc. are not supported. @@ -125,6 +131,7 @@ right, you'll get an icon string below the vessel list which gives the complete information for that vessel, as it was before the collapsing. + VESSEL NOTES: ============= diff --git a/yarrg/where-vessels b/yarrg/where-vessels index 6b46b89..b961e4e 100755 --- a/yarrg/where-vessels +++ b/yarrg/where-vessels @@ -124,7 +124,7 @@ proc parseargs {} { --vessel-info-source { glset info_source [nextarg] } --filter-separate-lock-owner { glset filter_lockown_separate 1 } --debug { incr debug } - default { badusage "unknown option $arg" } + default { badusage "bad option $arg; see README.where-vessels" } } } set argv [lrange $argv $ai end] -- 2.30.2