doc(unitproc):checkAgePubkey: Added comment about stderr output
[BK-2020-03.git] / unitproc / bktemp-checkAgePubkey
index 6b08879fdb921aad35577de62e5888b7138542a8..12f20445c69918737aa2f1bdca002e15fc7bbb9d 100644 (file)
@@ -3,10 +3,11 @@
 checkAgePubkey() {
     # Desc: Checks if string is an age-compatible pubkey
     # Usage: checkAgePubkey [str pubkey]
-    # Version: 0.1.1
+    # Version: 0.1.2
     # Input: arg1: string
     # Output: return code 0: string is age-compatible pubkey
     #         return code 1: string is NOT an age-compatible pubkey
+    #         age stderr (ex: there is stderr if invalid string provided)
     # Depends: age (v0.1.0-beta2; https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta2 )
     
     argPubkey="$1";