diff options
author | ftrvxmtrx <devnull@localhost> | 2014-08-01 20:44:58 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-08-01 20:44:58 +0200 |
commit | d14b6a0bf98306a6ec1b9181e998ef672db5a206 (patch) | |
tree | b956e78d92ea08c5132934ba15eb4dfbc9a2d760 /rc | |
parent | 1b70ab59794ffa67e4294129943819685ae5542f (diff) |
usps: yet another update
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/usps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/usps b/rc/bin/usps index 940b1cb71..46522089d 100755 --- a/rc/bin/usps +++ b/rc/bin/usps @@ -14,7 +14,7 @@ hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction | sam -d /tmp/usps.$pid >[2] /dev/null <<'!' ,/Tracking Number/-1d -/Available Options/,$d +/Available Actions/,$d ,p ! rm /tmp/usps.$pid |