chiark / gitweb /
keys.delete-keeper: Only do one pass through the file system.
[distorted-keys] / cryptop.list
index 96f9a653c5397e9c9ab73c9d635219cefb5bbd67..045a78cdbd913832bc9e9123bd315fbea2afb453 100755 (executable)
@@ -47,7 +47,7 @@ separator character determines the behaviour as shown below.  The default is
   NAME+WIDTH   Minimum width: if a value won't fit then make the entire
                  column wider.
 
-Columns names:
+Column names:
   flags                Various flags for the key.  (Unset flags are shown as \`.')
                  R     key has recovery information
                  !     key nub needs recovery
@@ -85,7 +85,7 @@ col_label () {
   label=$1
 
   case $all,$label in
-    nil,$USERV_USER/*) plabel=${label#*/} ;;
+    nil,"$user"/*) plabel=${label#*/} ;;
     t,*) plabel=${label%%/*}:${label#*/} ;;
   esac
   echo "$plabel"